home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / general / modelers / geomview / source.lha / Geomview / src / bin / hinge / Makefile < prev    next >
Makefile  |  1993-10-31  |  324b  |  17 lines

  1. GEOM = ../../..
  2. include ${GEOM}/makefiles/Makedefs.global
  3. include Makedefs
  4. include ${GEOM}/makefiles/Makerules.src
  5.  
  6. hingehelp.h:    hingehelp
  7.     cd O.sgi ; ${MAKE} hingehelp.h
  8.  
  9. hingedata.h:    hingedata
  10.     cd O.sgi ; ${MAKE} hingedata.h
  11.  
  12.  
  13. install:    _installdata
  14.  
  15. _installdata:
  16.     -${INSTALL} -O -m 444 -F ${GEOM}/data/geom  ${DATAFILES}
  17.